DataDisplayOptions16 Class

Represents the data-display options extension (c16r3:dataDisplayOptions16) that stores whether #N/A values are displayed as blanks (uri {56B9EC1D-385E-4148-901F-78D8002777C0}).

Definition

Namespace: Independentsoft.Office.Drawing.Extensions
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class DataDisplayOptions16 : IExtensionContent
Inheritance
Object    DataDisplayOptions16
Implements
IExtensionContent

Constructors

DataDisplayOptions16Initializes a new instance of the DataDisplayOptions16 class

Properties

DispNaAsBlank Gets or sets whether #N/A values are displayed as blanks (c16r3:dispNaAsBlank val). Null when the child element is absent.

Methods

Clone 
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also